object RenDLG: TRenDLG Left = 244 Top = 129 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Rename Remote File' ClientHeight = 162 ClientWidth = 388 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter OnShow = FormShow TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 281 Height = 137 Shape = bsFrame IsControl = True end object Label1: TLabel Left = 24 Top = 48 Width = 86 Height = 13 Caption = 'Rename From: ' end object Label2: TLabel Left = 24 Top = 92 Width = 74 Height = 13 Caption = 'Rename To: ' end object OKBtn: TBitBtn Left = 300 Top = 8 Width = 77 Height = 27 TabOrder = 2 Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 300 Top = 40 Width = 77 Height = 27 TabOrder = 3 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object FileFrom: TEdit Left = 120 Top = 44 Width = 121 Height = 20 TabOrder = 0 end object FileTo: TEdit Left = 121 Top = 88 Width = 121 Height = 20 TabOrder = 1 end end